home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / wasm223.zip / HISTORY.DOC < prev    next >
Text File  |  1993-05-04  |  2KB  |  64 lines

  1.  
  2.                        Wolfware Assembler Revision History
  3.  
  4. This is a brief history of the changes that have been made to Wolfware 
  5. Assembler (WASM) since its initial release in February of 1986.  In addition 
  6. to the below, erroneous instructions on how to patch up and fix certain bugs 
  7. in Version 1.0 were released in December of 1986.  These instructions, if 
  8. encountered, should be avoided. 
  9.  
  10.   Version 1.0, February, 1986
  11.  
  12.     Initial release. 
  13.  
  14.   Version 2.00, December, 1986
  15.  
  16.     Major revision.  New features include conditional assembly, macros, 
  17.     parenthesis in expressions, DOS 2.0 support, and rewritten documentation 
  18.     with index and bibliography.  Major bugs fixed are unsigned divide 
  19.     overflow and error closing include files.  Upward incompatibilities are 
  20.     operands must be separated by commas, only immediate data can be equated, 
  21.     PROGRAM_SIZE is changed to $SIZE, and user defined symbols should not 
  22.     start with $. 
  23.  
  24.   Version 2.01, February, 1987
  25.  
  26.     New feature is relative ORG displacement.  Other changes are FLAGALL- is 
  27.     now default and larger programs can be assembled. Bugs fixed are error in 
  28.     memory allocation that could result in insufficient memory error and the 
  29.     spelling of "February" is corrected. 
  30.  
  31.   Version 2.02, March, 1987
  32.  
  33.     New feature is segment override may be specifed as CS:, DS:, ES:, or SS: 
  34.     (on the line before the instruction, same as DEBUG). 
  35.  
  36.   Version 2.03, March, 1987
  37.  
  38.     Minor internal changes.  New sample files. 
  39.  
  40.   Version 2.10, November, 1987
  41.  
  42.     Support for 8087 instructions, $END constant implemented. 
  43.  
  44.   Version 2.11, March, 1988
  45.  
  46.     Minor internal changes.  Sample files updated. 
  47.  
  48.   Version 2.20, March, 1989
  49.  
  50.     Support for 80186 and 80286 instructions. 
  51.  
  52.   Version 2.21, January, 1990
  53.  
  54.     Minor internal changes to support error trapping from editors.  Sample 
  55.     files updated.
  56.  
  57.   Version 2.22, September, 1990
  58.  
  59.     Fixed "PUSH immed" instruction.  Sample files updated.
  60.  
  61.   Version 2.23, April, 1991
  62.  
  63.     Removed end line number on macro list line.
  64.